instance property

FlutterSystemRingtonesPlatform instance
getter/setter pair

The instance of FlutterSystemRingtonesPlatform to use.

Defaults to MethodChannelFlutterSystemRingtones. Platform-specific implementations (or tests) can replace it by setting this.

Implementation

static FlutterSystemRingtonesPlatform instance =
    MethodChannelFlutterSystemRingtones();