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