getLastUpdateTime method

  1. @override
Future<int> getLastUpdateTime()
override

Implementation

@override
Future<int> getLastUpdateTime()async{
  return await methodChannel.invokeMethod("getLastUpdateTime");
}