getTimeStamp method

Future<int?> getTimeStamp()

Implementation

Future<int?> getTimeStamp() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.nearby.NearbyInfo@$refId::getTimeStamp([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.nearby.NearbyInfo::getTimeStamp', {"__this__": this});


  // handle native call


  return __result__;
}