cast method

Future<bool?> cast()

投射设置 Open Android settings in Cast section. returns operation successful or failure.

Implementation

Future<bool?> cast() {
  return postMessage<bool?>(action: 'android.settings.CAST_SETTINGS');
}