settings property

Settings settings

Get the current Settings for this FirebaseFirestorePlatform instance.

Implementation

Settings get settings {
  throw UnimplementedError('settings getter is not implemented');
}
void settings=(Settings settings)

Specifies custom settings to be used to configure this FirebaseFirestorePlatform instance.

You must set these before invoking any other methods on this FirebaseFirestorePlatform instance.

Implementation

set settings(Settings settings) {
  throw UnimplementedError('settings setter is not implemented');
}