textureId property Null safety

int textureId
override

Returns the texture entry id that the Android view is rendering into.

Returns null if the Android view has not been successfully created, or if it has been disposed.

Implementation

@override
int get textureId {
  throw UnimplementedError('Not supported for $SurfaceAndroidViewController.');
}