stopGyroscope<T extends StopGyroscopeOption> method

GeneralCallbackResult stopGyroscope<T extends StopGyroscopeOption>([
  1. T? option
])

Implementation

GeneralCallbackResult stopGyroscope<T extends StopGyroscopeOption>(
    [T? option]) {
  final result =
      $$context$$.callMethod('stopGyroscope', [option?.$$context$$]);

  return GeneralCallbackResult($$context$$: result);
}