getDatabaseDate static method

Future getDatabaseDate()

Implementation

static Future<dynamic> getDatabaseDate() async {
  return await _channel.invokeMethod("getDatabaseDate", []);
}