get_id method

Future<String?> get_id()

Implementation

Future<String?> get_id() async {
  final element = await this;
  return await element?.get_id();
}