getCreationTime method

Future<String?> getCreationTime()

获取创建时间

Implementation

Future<String?> getCreationTime() {
  throw UnimplementedError('getCreationTime() has not been implemented.');
}