buildId method

Future<String?> buildId()

Get custom build id

Implementation

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