getDoubleOption method

Future<double?> getDoubleOption(
  1. int key
)

Implementation

Future<double?> getDoubleOption(int key) async {
  return await engineInstanceMethodChannel.invokeMethod('getDoubleOption', key);
}