getTime method

Future<String?> getTime()

Implementation

Future<String?> getTime() {
  return WhistleLoopSdkPlatform.instance.getTime();
}