Example #1
0
File: Device.cs Project: hevey/maui
 public static void StartTimer(TimeSpan interval, Func <bool> callback)
 {
     PlatformServices.StartTimer(interval, callback);
 }