@override Future<void> initialize({double sensitivity = 0.7}) async { await methodChannel.invokeMethod('initialize',{ 'sensitivity':sensitivity }); }