benjamindean/flutter_vibration

Widget tests on vibration plugin

Closed this issue · 2 comments

what is the name for MethodChannel ? I used following package name in widget tests with no success:

MethodChannel channel =
      const MethodChannel('com.benjaminabel.vibration');
  channel.setMockMethodCallHandler((MethodCall methodCall) async {
    print("=============>>>>> $methodCall  <<<<<===================");
  });

Hey! It's just vibration as specified here.

sorry I just found now thanks a lot