getDate method

Future<String?> getDate()

Implementation

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