brand method

Future<String?> brand()

Get android.os.Build.Brand

Implementation

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