Takes a picture and returns the file path.
@override Future<String> takePicture() async { return await methodChannel.invokeMethod('takePicture'); }